#banner {
  height: 500px;
  min-width: 1200px;
  position: relative;
}
#product {
  background: #f8f8f8;
  padding-bottom: 50px;
  min-width: 1200px;
}
#product > div:first-child div.product-content:first-child {
  margin: 0;
}
#product .product-content {
  margin: 35px 0 0 0;
  height: 220px;
}
#product .product-content .col-6 {
  *padding-right: 0;
  *padding-left: 0;
}
#product .product-content div:last-child {
  padding-right: 0;
}
#product .product-content img {
  vertical-align: middle;
}
#product .product-content .product-list {
  height: 222px;
  border: 1px solid #60c992;
  background-color: #FFFFFF;
  margin-right: 5px;
  box-sizing: border-box;
  padding-right: 15px;
}
#product .product-content .product-list .col-6 {
  padding-left: 0;
  min-width: 220px;
}
#product .product-content .product-list div:last-child {
  padding-left: 8px;
}
#product .title {
  margin-top: 28px;
  font-weight: normal;
  font-size: 18px;
  color: #60c992;
}
#product .List-of-goods {
  margin-top: 12px;
  position: relative;
  height: 100px;
  *margin-left: 0px;
}
#product .List-of-goods li {
  width: 120px;
  width: 110px\9;
  *width: 110px;
  float: left;
  height: 26px;
  font-size: 12px;
  margin-right: 10px;
}
#product .List-of-goods li a {
  display: inline-block;
  width: 120px;
  width: 110px\9;
  *width: 110px;
}
#product .List-of-goods li a > b {
  display: inline-block;
  width: 100px;
  width: 90px\9;
  *width: 90px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
#product .List-of-goods li:last-child {
  position: absolute;
  bottom: -40px;
}
#Recommend .Recommend-top {
  height: 80px;
  line-height: 80px;
}
#Recommend .Recommend-top span {
  font-size: 20px;
}
#Recommend .Recommend-top a {
  float: right;
}
#Recommend .Recommend-content div:not(:first-child) {
  border-left: 0;
}
#Recommend .Recommend-content .row {
  margin: 0;
}
#Recommend .Recommend-content .col-3 {
  border: 1px solid #dddddd;
  text-align: center;
  height: 300px;
  *padding-right: 0;
  *padding-left: 0;
}
#Recommend .Recommend-content .col-3 img {
  margin-top: 20px;
  width:180px;
}
#Recommend .Recommend-content .col-3 h6 {
  font-weight: normal;
  margin-top: 10px;
  font-size: 12px;
}
#Recommend .Recommend-content .col-3 button {
  width: 50px;
  height: 20px;
  background-color: #60c992;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 12px;
  line-height: 20px;
  margin: 28px 0 0 0px;
}
#Recommend .Recommend-content .col-3 button:hover {
  background-color: #2c8858;
}
#Recommend .Recommend-content .col-3 .rhfw-con {
  position: relative;
  width: 292.5px;
  height: 300px;
  overflow: hidden;
  left: -15px;
}
#Recommend .Recommend-content .col-3 .rhfw-con .line {
  position: absolute;
  background: #60c992;
}
#Recommend .Recommend-content .col-3 .rhfw-con .t {
  top: 0px;
  left: 292.5px;
  width: 292.5px;
  height: 2px;
}
#Recommend .Recommend-content .col-3 .rhfw-con .r {
  top: 300px;
  right: 0px;
  height: 300px;
  width: 2px;
}
#Recommend .Recommend-content .col-3 .rhfw-con .b {
  bottom: 0px;
  right: 292.5px;
  width: 292.5px;
  height: 2px;
}
#Recommend .Recommend-content .col-3 .rhfw-con .l {
  bottom: 300px;
  left: 0px;
  height: 300px;
  width: 2px;
}
#Recommend .Recommend-content .col-3 .rhfw-con:hover .t {
  left: 0px;
  transition: left .3s;
  *display: none;
}
#Recommend .Recommend-content .col-3 .rhfw-con:hover .r {
  top: 0px;
  transition: top .3s;
  *display: none;
}
#Recommend .Recommend-content .col-3 .rhfw-con:hover .b {
  right: 0px;
  transition: right .3s;
  *display: none;
}
#Recommend .Recommend-content .col-3 .rhfw-con:hover .l {
  bottom: 0px;
  transition: right .3s;
  *display: none;
}
#Recommend .Recommend-content .col-3:hover a {
  color: #000000;
}
